theocracy_governments = {

	relhead_government = {
		preferred_holdings = { TEMPLE }
		allowed_holdings = {
			TEMPLE
			CASTLE
			FORT
			HOSPITAL
		}
		allowed_holdings_culture = { # Will not get the wrong government type penalty for tribes of the same culture
			TRIBAL
		}
		free_revoke_on_governments_religion = { # Tribal vassals of other religions can have their titles revoked for free
			tribal_government
		}
		accepts_liege_governments = {
			feudal_government
			muslim_government
			republic_government
			merchant_republic_government
			theocratic_feudal_government
			chinese_imperial_government
		}
		frame_suffix = "_relhead"
		title_prefix = "temple_"
		potential = {
			clan = no
			is_nomadic = no
			NOT = {	religion_group = muslim	}
			NOT = { has_religion_feature = religion_temporal_head }
			is_patrician = no
			or = {
				controls_religion = yes
				rightful_religious_head = THIS
			}
			is_theocracy = yes
		}
		
		color = { 255 159 33 }
		
		can_create_kingdoms = no
		have_gender_laws = no
		can_be_granted_kingdoms_and_empires_by_other_government = no
		vassal_government_opinion_penalties = no

		can_build_tribal = no
		
		capital_move_delay = 600
	}
	
}